PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageDestination Class / setZoomMode Method
A PDFDestinationZoomMode enum member that represents how the destination page is zoomed when the destination is executed.
In This Topic
    setZoomMode Method
    In This Topic
    Sets the zoom mode.
    Syntax
    public void setZoomMode( 
       PDFDestinationZoomMode zoomMode
    )

    Parameters

    zoomMode
    A PDFDestinationZoomMode enum member that represents how the destination page is zoomed when the destination is executed.
    See Also